3.1.7 \(\int (A+C \sec ^2(c+d x)) \, dx\) [7]

Optimal. Leaf size=15 \[ A x+\frac {C \tan (c+d x)}{d} \]

[Out]

A*x+C*tan(d*x+c)/d

________________________________________________________________________________________

Rubi [A]
time = 0.01, antiderivative size = 15, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 2, integrand size = 12, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.167, Rules used = {3852, 8} \begin {gather*} A x+\frac {C \tan (c+d x)}{d} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[A + C*Sec[c + d*x]^2,x]

[Out]

A*x + (C*Tan[c + d*x])/d

Rule 8

Int[a_, x_Symbol] :> Simp[a*x, x] /; FreeQ[a, x]

Rule 3852

Int[csc[(c_.) + (d_.)*(x_)]^(n_), x_Symbol] :> Dist[-d^(-1), Subst[Int[ExpandIntegrand[(1 + x^2)^(n/2 - 1), x]
, x], x, Cot[c + d*x]], x] /; FreeQ[{c, d}, x] && IGtQ[n/2, 0]

Rubi steps

\begin {align*} \int \left (A+C \sec ^2(c+d x)\right ) \, dx &=A x+C \int \sec ^2(c+d x) \, dx\\ &=A x-\frac {C \text {Subst}(\int 1 \, dx,x,-\tan (c+d x))}{d}\\ &=A x+\frac {C \tan (c+d x)}{d}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.00, size = 15, normalized size = 1.00 \begin {gather*} A x+\frac {C \tan (c+d x)}{d} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[A + C*Sec[c + d*x]^2,x]

[Out]

A*x + (C*Tan[c + d*x])/d

________________________________________________________________________________________

Maple [A]
time = 0.36, size = 16, normalized size = 1.07

method result size
default \(A x +\frac {C \tan \left (d x +c \right )}{d}\) \(16\)
derivativedivides \(\frac {\left (d x +c \right ) A +C \tan \left (d x +c \right )}{d}\) \(21\)
risch \(A x +\frac {2 i C}{d \left ({\mathrm e}^{2 i \left (d x +c \right )}+1\right )}\) \(25\)
norman \(\frac {A x \left (\tan ^{2}\left (\frac {d x}{2}+\frac {c}{2}\right )\right )-A x -\frac {2 C \tan \left (\frac {d x}{2}+\frac {c}{2}\right )}{d}}{\tan ^{2}\left (\frac {d x}{2}+\frac {c}{2}\right )-1}\) \(51\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(A+C*sec(d*x+c)^2,x,method=_RETURNVERBOSE)

[Out]

A*x+C*tan(d*x+c)/d

________________________________________________________________________________________

Maxima [A]
time = 0.28, size = 15, normalized size = 1.00 \begin {gather*} A x + \frac {C \tan \left (d x + c\right )}{d} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(A+C*sec(d*x+c)^2,x, algorithm="maxima")

[Out]

A*x + C*tan(d*x + c)/d

________________________________________________________________________________________

Fricas [B] Leaf count of result is larger than twice the leaf count of optimal. 31 vs. \(2 (15) = 30\).
time = 1.50, size = 31, normalized size = 2.07 \begin {gather*} \frac {A d x \cos \left (d x + c\right ) + C \sin \left (d x + c\right )}{d \cos \left (d x + c\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(A+C*sec(d*x+c)^2,x, algorithm="fricas")

[Out]

(A*d*x*cos(d*x + c) + C*sin(d*x + c))/(d*cos(d*x + c))

________________________________________________________________________________________

Sympy [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int \left (A + C \sec ^{2}{\left (c + d x \right )}\right )\, dx \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(A+C*sec(d*x+c)**2,x)

[Out]

Integral(A + C*sec(c + d*x)**2, x)

________________________________________________________________________________________

Giac [A]
time = 0.41, size = 15, normalized size = 1.00 \begin {gather*} A x + \frac {C \tan \left (d x + c\right )}{d} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(A+C*sec(d*x+c)^2,x, algorithm="giac")

[Out]

A*x + C*tan(d*x + c)/d

________________________________________________________________________________________

Mupad [B]
time = 2.34, size = 17, normalized size = 1.13 \begin {gather*} \frac {C\,\mathrm {tan}\left (c+d\,x\right )+A\,d\,x}{d} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(A + C/cos(c + d*x)^2,x)

[Out]

(C*tan(c + d*x) + A*d*x)/d

________________________________________________________________________________________